Merged
Conversation
Contributor
REM-moe
commented
Feb 19, 2026
- dependabot
- swagger
- initial docs/
- initial health end point
…ng and using variables for commands
…nd explicitly invoke build tools from GOPATH/bin.
…and and adding package comments.
Adds JWTSecret field to config struct and updates Load function to read JWT_SECRET env var. Includes unit tests for config loading.
Adds migration to enable pgcrypto and unaccent extensions.
Adds password hashing, JWT token generation/validation, and standardized JSON response helpers. Includes unit tests.
Adds PostgreSQL connection pool setup. Implements repositories for Users, Organizations, and Staff with CRUD operations.
Adds AuthHandler with Login/Register endpoints. Configures Chi router, middleware (CORS, Logger), and dependency injection in Server.
Updates Swagger documentation, README project overview, and ROADMAP with current progress.
Adds CONTRIBUTING.md with detailed developer guide on how to add new features, using 'Create Organization' as an example.
Adds PULL_REQUEST_TEMPLATE.md with a checklist for verification steps (lint, test, docs, etc.).
Extends CONTRIBUTING.md with detailed development workflow, project structure, coding standards, and a comprehensive step-by-step feature implementation guide.
Updates CONTRIBUTING.md to explain that custom k6 scripts are only needed for critical paths, and simple endpoints can use the generic command. Also includes the fix for k6-auth.js org slug generation.
NavaneethMv
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.